home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / dissem / dissdemo.dir / 00797_Script_797 < prev    next >
Text File  |  1999-04-25  |  956b  |  45 lines

  1. on enterframe
  2.   puppetsprite 3, true
  3.   puppetsprite 4, true
  4.   puppetsprite 5, true
  5.   puppetsprite 6, true
  6.   puppetsprite 7, true
  7.   puppetsprite 8, true
  8.   puppetsprite 9, true
  9.   
  10.   if rollover (3) then set the castnum of sprite 3 = 780
  11.   else
  12.     set the castnum of sprite 3 = 773
  13.   end if
  14.   
  15.    if rollover (4) then set the castnum of sprite 4 = 781
  16.   else
  17.     set the castnum of sprite 4 = 774
  18.   end if
  19.   
  20.   if rollover (5) then set the castnum of sprite 5 = 782
  21.   else
  22.     set the castnum of sprite 5 = 775
  23.   end if
  24.   
  25.   if rollover (6) then set the castnum of sprite 6 = 783
  26.   else
  27.     set the castnum of sprite 6 = 776
  28.   end if
  29.   
  30.   if rollover (7) then set the castnum of sprite 7 = 784
  31.   else
  32.     set the castnum of sprite 7 = 777
  33.   end if
  34.   
  35.   if rollover (9) then set the castnum of sprite 9 = 21
  36.   else
  37.     set the castnum of sprite 9 = 19
  38.   end if
  39.   
  40. end enterframe
  41.  
  42. on exitFrame
  43.   go to the frame
  44. end
  45.